This dump of a MySQL-database includes an excerpt of the AMiner papers downloadable under https://www.aminer.org/oag2019. The dataset from AMiner papers is made available under the ODC Attribution License (https://opendatacommons.org/licenses/by/1.0/).

The dump has been created using Mysql 8.0.17 Community Server and is to be imported as a single transaction (self-contained file). A schema named "aminer" containing one table is created. 

Table 1 "articleheader" contains following columns:
idArticleHeader	Primary Key
ID		The article ID as used in AMiner papers
Title		Title of the article
idVenue		The venue ID as used in AMiner papers
Venue		Title of venue/journal this article is published in
Deleted		Value 0 - article is part of the collection
		Value 1 - article is part of the subset which is used to search over the collection
